home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / ArrowB.h next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.2 KB  |  53 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: ArrowB.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:33:35 $ */
  9. /*
  10. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  11. #ifndef _XmArrowButton_h
  12. #define _XmArrowButton_h
  13.  
  14. #include <Xm/Xm.h>
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #ifndef XmIsArrowButton
  21. #define XmIsArrowButton(w) XtIsSubclass(w, xmArrowButtonWidgetClass)
  22. #endif /* XmIsArrowButton */
  23.  
  24. externalref WidgetClass xmArrowButtonWidgetClass;
  25.  
  26. typedef struct _XmArrowButtonClassRec * XmArrowButtonWidgetClass;
  27. typedef struct _XmArrowButtonRec      * XmArrowButtonWidget;
  28.  
  29.  
  30. /********    Public Function Declarations    ********/
  31. #ifdef _NO_PROTO
  32.  
  33. extern Widget XmCreateArrowButton() ;
  34.  
  35. #else
  36.  
  37. extern Widget XmCreateArrowButton( 
  38.                         Widget parent,
  39.                         char *name,
  40.                         ArgList arglist,
  41.                         Cardinal argcount) ;
  42.  
  43. #endif /* _NO_PROTO */
  44. /********    End Public Function Declarations    ********/
  45.  
  46.  
  47. #ifdef __cplusplus
  48. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  49. #endif
  50.  
  51. #endif /* _XmArrowButton_h */
  52. /* DON'T ADD ANYTHING AFTER THIS #endif */
  53.